home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / devel201.zip / RES.H < prev    next >
Text File  |  1995-02-19  |  903b  |  27 lines

  1. /**************************************************************************************************
  2.  
  3.     SPELTEST
  4.     Program to test spelling checker.
  5.  
  6.     Written and copyright by Brian J Quinion 1994.
  7.     The right of Brian J Quinion to be identified as the author of this work has been asserted
  8.     in accordance with sections 77 and 78 of the Copyright Designs and Patents Act 1988.
  9.  
  10.     Version for Microsoft Windows.
  11.     Version:  0.01 (Production)
  12.     Date:     26 May 1994
  13.     Module:   RES.H
  14.  
  15. **************************************************************************************************/
  16.  
  17. /* Menu defines */
  18.     // Do Menu
  19.     #define MLC_CHECKEDIT           100
  20.     #define MLC_SETUPEDIT           101
  21.     #define MLC_CHECKWORDS           102
  22.     #define MLC_SETUPWORDS           103
  23.  
  24. /* Dialog box defines */
  25.     // SPELTEST_OPTIONSBOX
  26.     #define ST_DEMOBUTTON               1000
  27.